Vcenter NamespaceManagement Supervisors Metrics TlsClientConfigInfo
The Vcenter NamespaceManagement Supervisors Metrics TlsClientConfigInfo schema contains TLS configuration used by the Supervisor when sending metrics to a remote endpoint.
This schema was added in vSphere API 9.0.0.0.
{
"certificate_authority_chain": "string",
"client_certificate": "string"
}
Certificate authority chain holds the trusted roots to be used to establish HTTPS connections with the with the remote endpoint.
This property was added in vSphere API 9.0.0.0.
If missing or null
, HTTPS connections with the remote endpoint will rely on a default set of system trusted roots.
A PEM-encoded x509 certificate used by the Supervisor for TLS authentication when sending metrics to a remote endpoint.
This property was added in vSphere API 9.0.0.0.
If missing or null
, TLS communication with the remote endpoint will not be enabled.